home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / LWNT_470.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  323 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter II NT" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010640 or 010962
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(LaserWriter II NT)"
  19. *PSVersion: "(47.0) 1"
  20. *NickName: "Apple LaserWriter II NT v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "434204"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {dup mul exch dup mul add 1.0 exch sub }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion or PaperTray.
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "statusdict begin lettertray end"
  101. *PageSize Legal: "statusdict begin legaltray end"
  102. *PageSize A4: "statusdict begin a4tray end"
  103. *PageSize B5: "statusdict begin b5tray end"
  104. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  105. *PageSize A4Small: "statusdict begin a4tray a4small end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   /pagetype where{pop
  109.     [(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush
  110.   }{
  111.     (Unknown) = flush
  112.   }ifelse
  113.  end restore
  114. "
  115. *End
  116.  
  117. *% These entries will set up the frame buffer. Usually used with manual feed.
  118. *DefaultPageRegion: Letter
  119. *PageRegion Letter: "letter"
  120. *PageRegion Legal: "legal"
  121. *PageRegion Note: "note"
  122. *PageRegion A4: "a4"
  123. *PageRegion B5: "b5"
  124. *PageRegion LetterSmall: "lettersmall"
  125. *PageRegion A4Small: "a4small"
  126.  
  127. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  128. *% These errors should be trapped by software and a message displayed
  129. *DefaultPaperTray: None
  130. *PaperTray Letter: "statusdict begin lettertray end"
  131. *PaperTray Legal: "statusdict begin legaltray end"
  132. *PaperTray A4: "statusdict begin a4tray end"
  133. *PaperTray B5: "statusdict begin b5tray end"
  134.  
  135. *% The following entries provide information about specific paper keywords.
  136. *DefaultImageableArea: Letter
  137. *ImageableArea Letter: "15 8 597 784 "
  138. *ImageableArea Legal: "15 8 597 1000 "
  139. *ImageableArea Note: "31 31 583 761 "
  140. *ImageableArea A4: "13 10 577 832 "
  141. *ImageableArea B5: "21 10 500 715 "
  142. *ImageableArea LetterSmall: "31 31 583 761 "
  143. *ImageableArea A4Small: "27 31 567 811 "
  144. *?ImageableArea: "
  145.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  146.   newpath clippath pathbbox
  147.   4 -2 roll exch 2 {ceiling cvp} repeat
  148.   exch 2 {floor cvp} repeat flush
  149.  restore
  150. "
  151. *End
  152.  
  153. *% These provide the physical dimensions of the paper (by keyword)
  154. *DefaultPaperDimension: Letter
  155. *PaperDimension Letter: "612 792"
  156. *PaperDimension Legal: "612 1008"
  157. *PaperDimension Note: "612 792"
  158. *PaperDimension A4: "595 842"
  159. *PaperDimension B5: "516 729"
  160. *PaperDimension LetterSmall: "612 792"
  161. *PaperDimension A4Small: "595 842"
  162.  
  163. *DefaultOutputBin: Upper
  164. *DefaultInputSlot: None
  165.  
  166. *DefaultManualFeed: False
  167. *?ManualFeed: "statusdict /manualfeed get
  168.  {(True)}{(False)}ifelse = flush"
  169. *End
  170. *ManualFeed True: "statusdict begin /manualfeed true store end"
  171. *ManualFeed False: "statusdict begin /manualfeed false store end"
  172.  
  173. *DefaultOutputOrder: Normal
  174.  
  175. *DefaultCollator: None
  176. *DefaultSorter: None
  177. *DefaultDuplex: None
  178.  
  179. *% Font Information =====================
  180.  
  181. *DefaultFont: Courier
  182. *Font AvantGarde-Book: Standard "(001.001)"
  183. *Font AvantGarde-BookOblique: Standard "(001.001)"
  184. *Font AvantGarde-Demi: Standard "(001.001)"
  185. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  186. *Font Bookman-Demi: Standard "(001.001)"
  187. *Font Bookman-DemiItalic: Standard "(001.001)"
  188. *Font Bookman-Light: Standard "(001.001)"
  189. *Font Bookman-LightItalic: Standard "(001.001)"
  190. *Font Courier: Standard "(001.004)"
  191. *Font Courier-Bold: Standard "(001.004)"
  192. *Font Courier-BoldOblique: Standard "(001.004)"
  193. *Font Courier-Oblique: Standard "(001.004)"
  194. *Font Helvetica: Standard "(001.001)"
  195. *Font Helvetica-Bold: Standard "(001.001)"
  196. *Font Helvetica-BoldOblique: Standard "(001.001)"
  197. *Font Helvetica-Narrow: Standard "(001.000)"
  198. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  199. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  200. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  201. *Font Helvetica-Oblique: Standard "(001.001)"
  202. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  203. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  204. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  205. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  206. *Font Palatino-Bold: Standard "(001.000)"
  207. *Font Palatino-BoldItalic: Standard "(001.000)"
  208. *Font Palatino-Italic: Standard "(001.000)"
  209. *Font Palatino-Roman: Standard "(001.000)"
  210. *Font Symbol: Special "(001.001)"
  211. *Font Times-Bold: Standard "(001.001)"
  212. *Font Times-BoldItalic: Standard "(001.001)"
  213. *Font Times-Italic: Standard "(001.001)"
  214. *Font Times-Roman: Standard "(001.001)"
  215. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  216. *Font ZapfDingbats: Special "(001.000)"
  217. *?FontQuery: "
  218. save  4 dict begin /sv exch def
  219. /str (fonts/                              ) def
  220. /st2 128 string def
  221. {
  222.   count 0 gt {
  223.     dup st2 cvs (/) print print (:) print
  224.     dup FontDirectory exch known {pop (Yes)}{
  225.      str exch st2 cvs dup length /len exch def
  226.      6 exch putinterval str 0 len 6 add getinterval mark exch
  227.      { } st2 filenameforall counttomark 0 gt {
  228.       cleartomark (Yes)}{cleartomark (No)}ifelse
  229.     }ifelse = flush
  230.   }{ exit } ifelse
  231. } bind loop 
  232. (*) = flush
  233. sv end restore
  234. "
  235. *End
  236.  
  237. *?FontList: "
  238. save  2 dict begin /sv exch def
  239. /str 128 string def
  240. FontDirectory { pop == } bind forall flush 
  241. /filenameforall where { 
  242.  pop save (fonts/*) { 
  243.   dup length 6 sub 6 exch getinterval cvn ==  
  244.  } bind str filenameforall flush restore
  245. } if 
  246. (*) = flush
  247. sv end restore
  248. "
  249. *End
  250.  
  251. *% Printer Messages (verbatim from printer):
  252. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  253. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  254. *Message: "\FontName\ not found, using Courier"
  255.  
  256. *% Status (format: %%[ status: <one of these> ]%% )
  257. *Status: "idle"
  258. *Status: "busy"
  259. *Status: "waiting"
  260. *Status: "printing"
  261. *Status: "warming up"
  262. *Status: "PrinterError: timeout, clearing printer"
  263. *Status: "PrinterError: warming up"
  264. *Status: "PrinterError: service call"
  265. *Status: "PrinterError: paper entry misfeed"
  266. *Status: "PrinterError: no toner cartridge"
  267. *Status: "PrinterError: paper entry misfeed"
  268.  
  269. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  270. *Source: "serial9"
  271. *Source: "serial25"
  272. *Source: "AppleTalk"
  273.  
  274. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  275. *PrinterError: "timeout, clearing printer"
  276. *PrinterError: "warming up"
  277. *PrinterError: "service call"
  278. *PrinterError: "paper entry misfeed"
  279. *PrinterError: "no toner cartridge"
  280. *PrinterError: "paper entry misfeed"
  281.  
  282. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  283.  
  284. *% Color Separation Information =====================
  285.  
  286. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  287.  
  288. *InkName: ProcessBlack/Process Black
  289. *InkName: CustomColor/Custom Color
  290. *InkName: ProcessCyan/Process Cyan
  291. *InkName: ProcessMagenta/Process Magenta
  292. *InkName: ProcessYellow/Process Yellow
  293.  
  294. *% For 60 lpi / 300 dpi =====================================================
  295.  
  296. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  297. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  298. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  299. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  300. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  301.  
  302. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307.  
  308. *% For 53 lpi / 300 dpi =====================================================
  309.  
  310. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  311. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  312. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  313. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  314. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  315.  
  316. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  317. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  318. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  319. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  320. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  321.  
  322. *% end of PPD file for LaserWriter II NTX
  323.